home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9677 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  840 b 

  1. Path: nntp-hub.barrnet.net!news
  2. From: Ihab Badr <ihab@danish.com>
  3. Newsgroups: comp.lang.c
  4. Subject: ODBC development
  5. Date: Tue, 12 Mar 1996 11:05:59 -0800
  6. Organization: DII
  7. Message-ID: <3145CB17.712A@danish.com>
  8. NNTP-Posting-Host: ihab.saqqara.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (Win95; I)
  13.  
  14. I was writing an app which uses ODBC through the CDatabase object 
  15. supplied with the MFC in Visual C++.
  16. For portability purposes we will probably rewrite the app in plain 
  17. vanilla C for portability purposes and move away from the MFC.
  18. This means that I will have to do direct ODBC/API calls.
  19. Has anyone got a sample piece of code and some advise to go with it ?
  20. I am trying to get a feel for the amount of time and effort that will be 
  21. involved.
  22.  
  23. Thanks in Advance.
  24.